Blender Documentation Volume II - Reference Guide: Last modified March 29 2004 S68 | ||
---|---|---|
<<< Previous | Python API Reference | Next >>> |
This object is a list of ints: [r, g, b, a] representing an rgba colour.
Class Variable Summary | ||
á | a - The Alpha (transparency) component in [0, 255]. | |
á | b - The Blue component in [0, 255]. | |
á | g - The Green component in [0, 255]. | |
á | r - The Red component in [0, 255]. |
<<< Previous | Home | Next >>> |
Class NMCol | Up | Class NMesh |